home *** CD-ROM | disk | FTP | other *** search
/ Science Fair / Science Fair.iso / pc / working / work.dir / 00829.ls < prev    next >
Encoding:
Text File  |  1995-03-27  |  112 b   |  9 lines

  1. on exitFrame
  2.   global gNewWork
  3.   if gNewWork = 1 then
  4.     go("begin")
  5.   else
  6.     set gNewWork to 1
  7.   end if
  8. end
  9.